pp108 : onrowcut Event

onrowcut Event


This event is fired after the row is copied using the Cut menu item from the shortcut menu.

Syntax

Inline HTML

<TABLE id=tableID onrowcut="handler()"...>

Event property

tableID.onrowcut = handler


Event Information

To invoke

Cut a row by selecting the Cut option from the shortcut menu on the column.

Default Action

Cuts the row. Initiates any action associated with this event.


Event Object Properties


Although event handlers in the DHTML Object Model do not receive parameters directly, a handler can query an event object for data.

Property

Description

referenceRow

Read-only. Object that denotes the row that is cut.


See Also


grid